home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
training_micromonk.swf
/
scripts
/
DefineSprite_35
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
268 b
|
11 lines
this.stop();
this.onEnterFrame = function()
{
if(_root.getBytesLoaded() / _root.getBytesTotal() == 1)
{
this.filler._height = 30;
_root.gotoAndPlay(4);
}
this.filler._height = 30 * (_root.getBytesLoaded() / _root.getBytesTotal());
};